* lread.c (openp): Don't stuff size_t into an 'int'.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2011 07:22:13 +0000 (00:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Apr 2011 07:22:13 +0000 (00:22 -0700)
commit2a57c50dd7d632f706f25c95b87114cfb7dd70cf
tree1bc5f4f0edeb783c2aefefe6af1f8a50fd386c09
parent5af9d9b1af9e3dc7e2cddb2d51ddf51ca7d27285
* lread.c (openp): Don't stuff size_t into an 'int'.

Use <= on length, not < on length + 1, to avoid GCC 4.6.0 warning
about possible signed overflow.
src/ChangeLog
src/lread.c